home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / midi_ftp / makeplaylist next >
Text File  |  1999-05-14  |  2KB  |  62 lines

  1. echo "Please keep this window open, as it contains help..."
  2. echo ""
  3. echo ""
  4.  
  5. echo >t:MidiPlay.playlist MIDIfile,Path
  6.  
  7. echo "Making temporary list in t:MidiPlay.playlist"
  8.  
  9.  
  10. ; CHANGE THE PATH TO THE TOP OF OUR MIDI FILES HIERARCHY
  11.  
  12. list SFS:MIDI-FILES/#? lformat "%n,%p%n" ALL NOHEAD FILES >>t:MidiPlay.playlist
  13.  
  14. echo ""
  15. echo "Done making temporary list, now starting FinalData..."
  16.  
  17. echo ""
  18. echo ""
  19. echo "   FinalData will open with a requester notifying you that"
  20. echo "   the 'number of fields is 2' and the 'delimiter character"
  21. echo "   is comma'.  Click on continue.  A requester will pop up"
  22. echo "   saying 'converting ASCII data."
  23. echo ""
  24. echo "   When the database appears, click on the 'MIDIfile' column"
  25. echo "   then press RightAMIGA-J.  After sorting, press RightAMIGA-T."
  26. echo "   FinalData will ask you if you want to delete selected"
  27. echo "   columns and data.  Select 'Yes'."
  28. echo ""
  29. echo "   Now press RightAMIGA-S to bring up the save requester."
  30. echo "   SINGLE-CLICK on 'MidiPlay.playlist' in the big window,"
  31. echo "   then click on the 'Export...' box.  Then click on"
  32. echo "   'ASCII Data' and finally click on 'Save'."
  33. echo ""
  34. echo "   FinalData will then tell you that 'a file with this path"
  35. echo "   name already exists. Do you want to replace it ?'."
  36. echo "   Click on 'Yes' and a requester will then pop up saying"
  37. echo "   'Creating ASCII Data...'.  When this requester disappears,"
  38. echo "   press RightAMIGA-Q to quit FinalData."
  39. echo ""
  40. echo "   FinalData will start in 3 seconds..."
  41.  
  42. wait 3
  43.  
  44.  
  45. ; CHANGE THE PATH TO YOUR FINALDATA EXECUTABLE
  46.  
  47. work:Productivity/FinalData/FinalData t:MidiPlay.playlist
  48.  
  49. echo ""
  50. echo "Copying the Resultant playlist to MidiPlay directory..."
  51.  
  52. copy t:MidiPlay.playlist MidiPlay.playlist
  53.  
  54. echo "Cleaning up..."
  55.  
  56. delete >NIL: t:MidiPlay.playlist
  57. delete >NIL: t:MidiPlay.playlist.info
  58.  
  59. echo "Done !!!"
  60.  
  61. wait 3
  62.